home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_26578.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  64 lines

  1. -- card: 26578 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Dead
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   put score into field "scorebox"
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 2 (button)
  15. -- low flags: 00
  16. -- high flags: 8003
  17. -- rect: left=264 top=216 right=238 bottom=364
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Quit
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual effect dissolve
  29.   go to card "Show your appreciation"
  30. end mouseUp
  31.  
  32.  
  33. -- part 3 (button)
  34. -- low flags: 00
  35. -- high flags: 8003
  36. -- rect: left=130 top=216 right=238 bottom=230
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Play Again
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global score
  48.   put 100 into score
  49.   visual effect dissolve
  50.   go to card "title"
  51. end mouseUp
  52.  
  53.  
  54. -- part contents for background part 1
  55. ----- text -----
  56. The end
  57.  
  58. -- part contents for background part 2
  59. ----- text -----
  60. An unfortunate turn of events; you have died. Thank your lucky rabbit foot it was only a game.
  61.  
  62. -- part contents for background part 5
  63. ----- text -----
  64. 260